From: Juri Linkov Date: Thu, 2 Jul 2009 22:48:18 +0000 (+0000) Subject: (esc-map): Bind "&" to `async-shell-command'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11682 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=17625d458b3ba5a6800478f0e6a9dbc6eaa95f58;p=emacs.git (esc-map): Bind "&" to `async-shell-command'. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 5cd08722060..c4c1c78674d 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -756,6 +756,7 @@ language you are using." (define-key esc-map "!" 'shell-command) (define-key esc-map "|" 'shell-command-on-region) +(define-key esc-map "&" 'async-shell-command) (define-key ctl-x-map [right] 'next-buffer) (define-key ctl-x-map [C-right] 'next-buffer)